home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / games / zmud455.zip / ZMUD.EXE / 0 / RCDATA / TWALKDIALOG / TWALKDIALOG.txt
Text File  |  1997-04-13  |  47KB  |  1,452 lines

  1. object WalkDialog: TWalkDialog
  2.   Left = 341
  3.   Top = 120
  4.   HelpContext = 130
  5.   BorderStyle = bsDialog
  6.   Caption = 'Speed Walking'
  7.   ClientHeight = 353
  8.   ClientWidth = 564
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   ShowHint = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnDeactivate = FormDeactivate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object WalkTab: TTabbedNotebook
  23.     Left = 0
  24.     Top = 24
  25.     Width = 561
  26.     Height = 272
  27.     TabsPerRow = 6
  28.     TabFont.Color = clBtnText
  29.     TabFont.Height = -11
  30.     TabFont.Name = 'MS Sans Serif'
  31.     TabFont.Style = []
  32.     TabOrder = 0
  33.     OnChange = WalkTabChange
  34.     object TTabPage
  35.       Left = 4
  36.       Top = 24
  37.       Caption = 'Actions'
  38.       object Image1: TImage
  39.         Left = 184
  40.         Top = 8
  41.         Width = 32
  42.         Height = 32
  43.         AutoSize = True
  44.       end
  45.       object Label4: TLabel
  46.         Left = 224
  47.         Top = 80
  48.         Width = 95
  49.         Height = 13
  50.         Caption = 'Current Path ahead:'
  51.         Font.Color = clWindowText
  52.         Font.Height = -12
  53.         Font.Name = 'MS Sans Serif'
  54.         Font.Style = []
  55.         ParentFont = False
  56.       end
  57.       object RecordLabel: TLabel
  58.         Left = 352
  59.         Top = 120
  60.         Width = 75
  61.         Height = 13
  62.         Caption = 'RECORDING'
  63.         Color = clBtnFace
  64.         Font.Color = clRed
  65.         Font.Height = -12
  66.         Font.Name = 'MS Sans Serif'
  67.         Font.Style = [fsBold]
  68.         ParentColor = False
  69.         ParentFont = False
  70.         Visible = False
  71.       end
  72.       object Label5: TLabel
  73.         Left = 224
  74.         Top = 120
  75.         Width = 97
  76.         Height = 13
  77.         Caption = 'Current Path behind:'
  78.         Font.Color = clWindowText
  79.         Font.Height = -12
  80.         Font.Name = 'MS Sans Serif'
  81.         Font.Style = []
  82.         ParentFont = False
  83.       end
  84.       object SlowLabel: TLabel
  85.         Left = 349
  86.         Top = 80
  87.         Width = 78
  88.         Height = 13
  89.         Caption = 'Slow Walking'
  90.         Color = clBtnFace
  91.         Font.Color = clWindowText
  92.         Font.Height = -12
  93.         Font.Name = 'MS Sans Serif'
  94.         Font.Style = [fsBold]
  95.         ParentColor = False
  96.         ParentFont = False
  97.         Visible = False
  98.       end
  99.       object Label6: TLabel
  100.         Left = 224
  101.         Top = 58
  102.         Width = 54
  103.         Height = 13
  104.         Caption = 'Path name:'
  105.         Font.Color = clWindowText
  106.         Font.Height = -12
  107.         Font.Name = 'MS Sans Serif'
  108.         Font.Style = []
  109.         ParentFont = False
  110.       end
  111.       object Label1: TLabel
  112.         Left = 8
  113.         Top = 8
  114.         Width = 78
  115.         Height = 13
  116.         Caption = 'Stored Paths:'
  117.         Font.Color = clWindowText
  118.         Font.Height = -12
  119.         Font.Name = 'MS Sans Serif'
  120.         Font.Style = [fsBold]
  121.         ParentFont = False
  122.       end
  123.       object Label2: TLabel
  124.         Left = 8
  125.         Top = 24
  126.         Width = 148
  127.         Height = 13
  128.         Caption = 'Click on a path in this list to edit'
  129.         Font.Color = clWindowText
  130.         Font.Height = -12
  131.         Font.Name = 'MS Sans Serif'
  132.         Font.Style = []
  133.         ParentFont = False
  134.       end
  135.       object Label3: TLabel
  136.         Left = 8
  137.         Top = 38
  138.         Width = 116
  139.         Height = 13
  140.         Caption = 'Double-click to fast walk'
  141.         Font.Color = clWindowText
  142.         Font.Height = -12
  143.         Font.Name = 'MS Sans Serif'
  144.         Font.Style = []
  145.         ParentFont = False
  146.       end
  147.       object Bevel2: TBevel
  148.         Left = 168
  149.         Top = 8
  150.         Width = 17
  151.         Height = 232
  152.         Shape = bsLeftLine
  153.       end
  154.       object Inh: TLabel
  155.         Left = 224
  156.         Top = 168
  157.         Width = 188
  158.         Height = 13
  159.         Caption = 'Inherited from parent settings file'
  160.         Font.Color = clRed
  161.         Font.Height = -12
  162.         Font.Name = 'MS Sans Serif'
  163.         Font.Style = [fsBold]
  164.         ParentFont = False
  165.         Visible = False
  166.       end
  167.       object Label19: TLabel
  168.         Left = 224
  169.         Top = 16
  170.         Width = 219
  171.         Height = 13
  172.         Caption = 'Paths store directions to locations on the MUD'
  173.         Font.Color = clWindowText
  174.         Font.Height = -12
  175.         Font.Name = 'MS Sans Serif'
  176.         Font.Style = []
  177.         ParentFont = False
  178.       end
  179.       object CurrentPath: TEdit
  180.         Left = 224
  181.         Top = 96
  182.         Width = 209
  183.         Height = 21
  184.         Hint = 
  185.           '|Current directions stored in path or ahead of you in record buf' +
  186.           'fer'
  187.         AutoSize = False
  188.         Font.Color = clWindowText
  189.         Font.Height = -12
  190.         Font.Name = 'MS Sans Serif'
  191.         Font.Style = []
  192.         ParentFont = False
  193.         TabOrder = 1
  194.         OnChange = CurrentPathChange
  195.       end
  196.       object FastBtn: TBitBtn
  197.         Left = 440
  198.         Top = 54
  199.         Width = 105
  200.         Height = 27
  201.         Hint = '|Execute the current Path Ahead'
  202.         Caption = '&Fast walk'
  203.         Default = True
  204.         Font.Color = clBtnText
  205.         Font.Height = -12
  206.         Font.Name = 'MS Sans Serif'
  207.         Font.Style = []
  208.         ModalResult = 1
  209.         ParentFont = False
  210.         TabOrder = 3
  211.         OnClick = FastBtnClick
  212.         Glyph.Data = {
  213.           90010000424D9001000000000000760000002800000020000000100000000100
  214.           0400000000000001000000000000000000000000000000000000000000000000
  215.           80000080000000808000800000008000800080800000C0C0C000808080000000
  216.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  217.           3333333333333333333333003333303333333333333333333333333633333603
  218.           3333333333333333333333363333633333333333333333333333333366363333
  219.           0003333333333333333333333EC6333333333333333333333333333C366C3333
  220.           3333333333333333333333E3C6C6333000333333333333333333333336663333
  221.           33333333333333333333333333E333000333333333333333333333333EE03333
  222.           3333333333333333333333333E00333333333333333333333333333330003333
  223.           3333333333333333333333333333333333333333333333333333333333333333
  224.           3333333333333333333333333333333333333333333333333333000000000000
  225.           0000000000000000000000000000000000000000}
  226.         Margin = 4
  227.         NumGlyphs = 2
  228.         Spacing = -1
  229.         IsControl = True
  230.       end
  231.       object SlowBtn: TBitBtn
  232.         Left = 440
  233.         Top = 86
  234.         Width = 105
  235.         Height = 27
  236.         Hint = '|Execute the current Path Ahead in Slow Walk mode'
  237.         Caption = 'Slow &walk'
  238.         Font.Color = clBtnText
  239.         Font.Height = -12
  240.         Font.Name = 'MS Sans Serif'
  241.         Font.Style = []
  242.         ModalResult = 6
  243.         ParentFont = False
  244.         TabOrder = 5
  245.         OnClick = SlowBtnClick
  246.         Glyph.Data = {
  247.           90010000424D9001000000000000760000002800000020000000100000000100
  248.           0400000000000001000000000000000000000000000000000000000000000000
  249.           80000080000000808000800000008000800080800000C0C0C000808080000000
  250.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  251.           3333333333333333333333003330333333333333333333333333333633330333
  252.           33333333333333333333333363363333333333333333333333333333363E3333
  253.           333333333333333333333333366C333333333333333333333333333C36C63333
  254.           3333333333333333333333E3C6C6333333333333333333333333333336663333
  255.           33333333333333333333333333E333333333333333333333333333333EE03333
  256.           3333333333333333333333333E00333333333333333333333333333330003333
  257.           3333333333333333333333333333333333333333333333333333333333333333
  258.           3333333333333333333333333333333333333333333333333333000000000000
  259.           0000000000000000000000000000000000000000}
  260.         Margin = 4
  261.         NumGlyphs = 2
  262.         Spacing = -1
  263.         IsControl = True
  264.       end
  265.       object StepBtn: TBitBtn
  266.         Left = 440
  267.         Top = 150
  268.         Width = 105
  269.         Height = 27
  270.         Hint = '|Take a single step forward in the Path ahead'
  271.         Caption = '&Step'
  272.         Font.Color = clBtnText
  273.         Font.Height = -12
  274.         Font.Name = 'MS Sans Serif'
  275.         Font.Style = []
  276.         ModalResult = 7
  277.         ParentFont = False
  278.         TabOrder = 6
  279.         OnClick = StepBtnClick
  280.         Glyph.Data = {
  281.           90010000424D9001000000000000760000002800000020000000100000000100
  282.           0400000000000001000000000000000000000000000000000000000000000000
  283.           80000080000000808000800000008000800080800000C0C0C000808080000000
  284.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300333003333
  285.           33333F8333F83333333330033300333333333FF333FF33333333333333333333
  286.           333333333333333333330000300003333333F8883F8883333333000030000333
  287.           3333F3383F33833333330000300003333333F3383F3383333333300333003333
  288.           33333FF333FF3333333333333333333333333333333333333333333333330033
  289.           300333333333F8333F83333333330033300333333333FF333FF3333333333333
  290.           3333333333333333333333333330000300003333333F8883F888333333300003
  291.           00003333333F3383F33833333330000300003333333F3383F338333333330033
  292.           300333333333FF333FF333333333333333333333333333333333000000000000
  293.           0000000000000000000000000000000000000000}
  294.         Margin = 4
  295.         NumGlyphs = 2
  296.         Spacing = -1
  297.         IsControl = True
  298.       end
  299.       object StartBtn: TBitBtn
  300.         Left = 316
  301.         Top = 214
  302.         Width = 119
  303.         Height = 27
  304.         Hint = '|Mark current location and start recording a path'
  305.         Caption = 'Start &Recording'
  306.         Font.Color = clBtnText
  307.         Font.Height = -12
  308.         Font.Name = 'MS Sans Serif'
  309.         Font.Style = []
  310.         ModalResult = 4
  311.         ParentFont = False
  312.         TabOrder = 11
  313.         OnClick = StartBtnClick
  314.         Glyph.Data = {
  315.           90010000424D9001000000000000760000002800000020000000100000000100
  316.           0400000000000001000000000000000000000000000000000000000000000000
  317.           80000080000000808000800000008000800080800000C0C0C000808080000000
  318.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333338888833
  319.           3333333333333333333333388999998833333333333333333333338999999999
  320.           833333333333333333333B9999999999983333333333333333333B9999999999
  321.           98333333333333333333B9999999999999833333333333333333B99999999999
  322.           99833333333333333333B9999999999999833333333333333333B99999999999
  323.           99833333333333333333B99999999999998333333333333333333B9999999999
  324.           983333333333333333333B99999999999833333333333333333333B999999999
  325.           83333333333333333333333BB99999883333333333333333333333333BBBBB33
  326.           3333333333333333333333333333333333333333333333333333000000000000
  327.           0000000000000000000000000000000000000000}
  328.         NumGlyphs = 2
  329.         Spacing = -1
  330.         IsControl = True
  331.       end
  332.       object BitBtn1: TBitBtn
  333.         Left = 440
  334.         Top = 182
  335.         Width = 105
  336.         Height = 27
  337.         Hint = '|Backup a single step in the Path behind'
  338.         Caption = '&Backup'
  339.         Font.Color = clBtnText
  340.         Font.Height = -12
  341.         Font.Name = 'MS Sans Serif'
  342.         Font.Style = []
  343.         ModalResult = 3
  344.         ParentFont = False
  345.         TabOrder = 7
  346.         OnClick = BitBtn1Click
  347.         Glyph.Data = {
  348.           90010000424D9001000000000000760000002800000020000000100000000100
  349.           0400000000000001000000000000000000000000000000000000000000000000
  350.           80000080000000808000800000008000800080800000C0C0C000808080000000
  351.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300333003333
  352.           333338833388333333330000300003333333F3383F3383333333000030000333
  353.           3333F3383F33833333330000300003333333FFFF3FFFF3333333333333333333
  354.           3333333333333333333330033300333333333F8333F833333333300333003333
  355.           33333FF333FF3333333333333333333333333333333333333333333333330033
  356.           3003333333338833388333333330000300003333333F3383F338333333300003
  357.           00003333333F3383F33833333330000300003333333FFFF3FFFF333333333333
  358.           33333333333333333333333333330033300333333333F8333F83333333330033
  359.           300333333333FF333FF333333333333333333333333333333333000000000000
  360.           0000000000000000000000000000000000000000}
  361.         Margin = 4
  362.         NumGlyphs = 2
  363.         Spacing = -1
  364.         IsControl = True
  365.       end
  366.       object StopBtn: TBitBtn
  367.         Left = 316
  368.         Top = 214
  369.         Width = 119
  370.         Height = 27
  371.         Hint = '|Stop record a path and save it'
  372.         Caption = 'Stop &Recording'
  373.         Font.Color = clBtnText
  374.         Font.Height = -12
  375.         Font.Name = 'MS Sans Serif'
  376.         Font.Style = []
  377.         ModalResult = 4
  378.         ParentFont = False
  379.         TabOrder = 10
  380.         Visible = False
  381.         OnClick = StartBtnClick
  382.         Glyph.Data = {
  383.           90010000424D9001000000000000760000002800000020000000100000000100
  384.           0400000000000001000000000000000000000000000000000000000000000000
  385.           80000080000000808000800000008000800080800000C0C0C000808080000000
  386.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  387.           333333333333333333333333333333333333333333333333333333B888888888
  388.           8333333333333333333333B9999999998333333333333333333333B999999999
  389.           8333333333333333333333B9999999998333333333333333333333B999999999
  390.           8333333333333333333333B9999999998333333333333333333333B999999999
  391.           8333333333333333333333B9999999998333333333333333333333B999999999
  392.           8333333333333333333333B9999999998333333333333333333333BBBBBBBBBB
  393.           8333333333333333333333333333333333333333333333333333333333333333
  394.           3333333333333333333333333333333333333333333333333333000000000000
  395.           0000000000000000000000000000000000000000}
  396.         Margin = 4
  397.         NumGlyphs = 2
  398.         Spacing = -1
  399.         IsControl = True
  400.       end
  401.       object PBehind: TEdit
  402.         Left = 224
  403.         Top = 136
  404.         Width = 209
  405.         Height = 21
  406.         Hint = '|Directions behind you in the record buffer'
  407.         TabStop = False
  408.         AutoSize = False
  409.         Color = clBtnFace
  410.         Font.Color = clWindowText
  411.         Font.Height = -12
  412.         Font.Name = 'MS Sans Serif'
  413.         Font.Style = []
  414.         ParentFont = False
  415.         TabOrder = 2
  416.       end
  417.       object BitBtn2: TBitBtn
  418.         Left = 440
  419.         Top = 214
  420.         Width = 105
  421.         Height = 27
  422.         Hint = '|Turn around.  Swaps Path ahead with Path behind'
  423.         Caption = '&Turn around'
  424.         Font.Color = clBtnText
  425.         Font.Height = -12
  426.         Font.Name = 'MS Sans Serif'
  427.         Font.Style = []
  428.         ParentFont = False
  429.         TabOrder = 9
  430.         OnClick = BitBtn2Click
  431.         Glyph.Data = {
  432.           90010000424D9001000000000000760000002800000020000000100000000100
  433.           0400000000000001000000000000000000000000000000000000000000000000
  434.           80000080000000808000800000008000800080800000C0C0C000808080000000
  435.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  436.           3333333333FFFFF3333333333999993333333333F88888FFF333333999999999
  437.           3333333888333888FF3333999333339993333388333333888FF3399933333339
  438.           993338833333333388F3399333333333993338833333333338FF993333333333
  439.           399388F333333333388F993333333333399388F3333333333383993333333333
  440.           333388F3333333333333993333333333333388F33333333FFFFF993333333399
  441.           999388FF33333388888F3993333333399993383FF3333338888F399933333333
  442.           99933883FF33333F888F339993333399999333883FFFFF88888F333999999999
  443.           3393333888333888338333333999993333333333388888333333000000000000
  444.           0000000000000000000000000000000000000000}
  445.         Margin = 4
  446.         NumGlyphs = 2
  447.         Spacing = -1
  448.         IsControl = True
  449.       end
  450.       object ReverseBtn: TBitBtn
  451.         Left = 440
  452.         Top = 118
  453.         Width = 105
  454.         Height = 27
  455.         Hint = '|Reverse and Execute the current Path Ahead'
  456.         Caption = 'Re&verse'
  457.         Font.Color = clBtnText
  458.         Font.Height = -12
  459.         Font.Name = 'MS Sans Serif'
  460.         Font.Style = []
  461.         ModalResult = 1
  462.         ParentFont = False
  463.         TabOrder = 8
  464.         OnClick = ReverseBtnClick
  465.         Glyph.Data = {
  466.           90010000424D9001000000000000760000002800000020000000100000000100
  467.           0400000000000001000000000000000000000000000000000000000000000000
  468.           80000080000000808000800000008000800080800000C0C0C000808080000000
  469.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  470.           3333333333333333333333333300333330333333333333333333333333363333
  471.           3603333333333333333333333336333363333333333333333333330003336636
  472.           33333333333333333333333333333EC6333333333333333333330003333C366C
  473.           33333333333333333333333333E3C6C633333333333333333333333333333666
  474.           333333333333333333333300033333E333333333333333333333333333333EE0
  475.           33333333333333333333333333333E0033333333333333333333333333333000
  476.           3333333333333333333333333333333333333333333333333333333333333333
  477.           3333333333333333333333333333333333333333333333333333000000000000
  478.           0000000000000000000000000000000000000000}
  479.         Margin = 4
  480.         NumGlyphs = 2
  481.         Spacing = -1
  482.         IsControl = True
  483.       end
  484.       object StopWalk: TBitBtn
  485.         Left = 440
  486.         Top = 86
  487.         Width = 105
  488.         Height = 27
  489.         Hint = '|Stop the current slow walking'
  490.         Caption = 'STOP walk'
  491.         Font.Color = clBtnText
  492.         Font.Height = -12
  493.         Font.Name = 'MS Sans Serif'
  494.         Font.Style = []
  495.         ModalResult = 6
  496.         ParentFont = False
  497.         TabOrder = 4
  498.         Visible = False
  499.         OnClick = StopWalkClick
  500.         Glyph.Data = {
  501.           90010000424D9001000000000000760000002800000020000000100000000100
  502.           0400000000000001000000000000000000000000000000000000000000000000
  503.           80000080000000808000800000008000800080800000C0C0C000808080000000
  504.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333338888833
  505.           3333333333FFFFF33333333399999983333333333333333F3333333999999998
  506.           3333333333333333F33333999999999983333333333333333F33399999999999
  507.           983333333333333333F3B999999999999983383333333333333FB99999999999
  508.           9983383333333333333FB999999999999983383333333333333FB99999999999
  509.           9983383333333333333FB999999999999983383333333333333F3B9999999999
  510.           9933338333333333333333B99999999993333338333333333333333B99999999
  511.           333333338333333333333333B99999933333333338333333333333333BBBBB33
  512.           3333333333888883333333333333333333333333333333333333000000000000
  513.           0000000000000000000000000000000000000000}
  514.         Margin = 4
  515.         NumGlyphs = 2
  516.         Spacing = -1
  517.         IsControl = True
  518.       end
  519.       object PathName: TEdit
  520.         Left = 288
  521.         Top = 56
  522.         Width = 145
  523.         Height = 21
  524.         Hint = '|Name of path'
  525.         AutoSize = False
  526.         Font.Color = clWindowText
  527.         Font.Height = -12
  528.         Font.Name = 'MS Sans Serif'
  529.         Font.Style = []
  530.         ParentFont = False
  531.         TabOrder = 0
  532.         OnChange = PathNameChange
  533.       end
  534.       object PathList: TListBox
  535.         Left = 8
  536.         Top = 56
  537.         Width = 154
  538.         Height = 153
  539.         Font.Color = clWindowText
  540.         Font.Height = -12
  541.         Font.Name = 'MS Sans Serif'
  542.         Font.Style = []
  543.         ItemHeight = 13
  544.         ParentFont = False
  545.         Sorted = True
  546.         TabOrder = 12
  547.         OnClick = PathListClick
  548.         OnDblClick = PathListDblClick
  549.         OnMouseDown = PathListMouseDown
  550.       end
  551.       object NewBtn: TBitBtn
  552.         Left = 8
  553.         Top = 214
  554.         Width = 62
  555.         Height = 27
  556.         Hint = '|Create a new path'
  557.         Caption = '&New'
  558.         Font.Color = clBtnText
  559.         Font.Height = -12
  560.         Font.Name = 'MS Sans Serif'
  561.         Font.Style = []
  562.         ParentFont = False
  563.         TabOrder = 13
  564.         OnClick = NewBtnClick
  565.         Margin = 2
  566.         NumGlyphs = 2
  567.         Spacing = -1
  568.         IsControl = True
  569.       end
  570.       object CopyBtn: TBitBtn
  571.         Left = 72
  572.         Top = 214
  573.         Width = 62
  574.         Height = 27
  575.         Hint = '|Make a copy of the currently selected path'
  576.         Caption = '&Copy'
  577.         Font.Color = clBtnText
  578.         Font.Height = -12
  579.         Font.Name = 'MS Sans Serif'
  580.         Font.Style = []
  581.         ParentFont = False
  582.         TabOrder = 14
  583.         OnClick = CopyBtnClick
  584.         Glyph.Data = {
  585.           56070000424D5607000000000000360400002800000028000000140000000100
  586.           0800000000002003000000000000000000000000000000000000000000000000
  587.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  588.           A600000000000000000000000000000000000000000000000000000000000000
  589.           0000000000000000000000000000000000000000000000000000000000000000
  590.           0000000000000000000000000000000000000000000000000000000000000000
  591.           0000000000000000000000000000000000000000000000000000000000000000
  592.           0000000000000000000000000000000000000000000000000000000000000000
  593.           0000000000000000000000000000000000000000000000000000000000000000
  594.           0000000000000000000000000000000000000000000000000000000000000000
  595.           0000000000000000000000000000000000000000000000000000000000000000
  596.           0000000000000000000000000000000000000000000000000000000000000000
  597.           0000000000000000000000000000000000000000000000000000000000000000
  598.           0000000000000000000000000000000000000000000000000000000000000000
  599.           0000000000000000000000000000000000000000000000000000000000000000
  600.           0000000000000000000000000000000000000000000000000000000000000000
  601.           0000000000000000000000000000000000000000000000000000000000000000
  602.           0000000000000000000000000000000000000000000000000000000000000000
  603.           0000000000000000000000000000000000000000000000000000000000000000
  604.           0000000000000000000000000000000000000000000000000000000000000000
  605.           0000000000000000000000000000000000000000000000000000000000000000
  606.           0000000000000000000000000000000000000000000000000000000000000000
  607.           0000000000000000000000000000000000000000000000000000000000000000
  608.           0000000000000000000000000000000000000000000000000000000000000000
  609.           0000000000000000000000000000000000000000000000000000000000000000
  610.           0000000000000000000000000000000000000000000000000000000000000000
  611.           0000000000000000000000000000000000000000000000000000000000000000
  612.           0000000000000000000000000000000000000000000000000000000000000000
  613.           0000000000000000000000000000000000000000000000000000000000000000
  614.           0000000000000000000000000000000000000000000000000000000000000000
  615.           0000000000000000000000000000000000000000000000000000000000000000
  616.           0000000000000000000000000000000000000000000000000000000000000000
  617.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  618.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  619.           03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  620.           0303030303030303030000000000000000000003030303030303030303F8F8F8
  621.           F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  622.           0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  623.           FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  624.           0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  625.           03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  626.           FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  627.           F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  628.           FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  629.           FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  630.           0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  631.           0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  632.           F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  633.           0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  634.           FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  635.           0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  636.           03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  637.           F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  638.           0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  639.           FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  640.           030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  641.           0303030303030303030303030303030303030303030303030303030303030303
  642.           0303030303030303030303030303030303030303030303030303030303030303
  643.           0303030303030303030303030303030303030303030303030303}
  644.         Margin = 2
  645.         NumGlyphs = 2
  646.         Spacing = -1
  647.         IsControl = True
  648.       end
  649.       object DelBtn: TBitBtn
  650.         Left = 136
  651.         Top = 214
  652.         Width = 27
  653.         Height = 27
  654.         Hint = 'Delete path'
  655.         TabOrder = 15
  656.         OnClick = DelBtnClick
  657.         NumGlyphs = 2
  658.         Spacing = -1
  659.         IsControl = True
  660.       end
  661.     end
  662.     object TTabPage
  663.       Left = 4
  664.       Top = 24
  665.       Caption = 'Settings'
  666.       object Label7: TLabel
  667.         Left = 40
  668.         Top = 16
  669.         Width = 212
  670.         Height = 13
  671.         Caption = 'This character is used to prefix speedwalking'
  672.         Font.Color = clWindowText
  673.         Font.Height = -12
  674.         Font.Name = 'MS Sans Serif'
  675.         Font.Style = []
  676.         ParentFont = False
  677.       end
  678.       object Sample: TLabel
  679.         Left = 40
  680.         Top = 30
  681.         Width = 64
  682.         Height = 13
  683.         Caption = 'e.g.  .3ns2wu'
  684.         Font.Color = clWindowText
  685.         Font.Height = -12
  686.         Font.Name = 'MS Sans Serif'
  687.         Font.Style = []
  688.         ParentFont = False
  689.       end
  690.       object Label8: TLabel
  691.         Left = 288
  692.         Top = 8
  693.         Width = 126
  694.         Height = 13
  695.         Caption = 'Slow Walking settings'
  696.       end
  697.       object Bevel1: TBevel
  698.         Left = 416
  699.         Top = 15
  700.         Width = 121
  701.         Height = 9
  702.         Shape = bsTopLine
  703.       end
  704.       object Label74: TLabel
  705.         Left = 288
  706.         Top = 50
  707.         Width = 144
  708.         Height = 13
  709.         Caption = 'Timeout value (1000 = 1 sec) :'
  710.         Font.Color = clWindowText
  711.         Font.Height = -12
  712.         Font.Name = 'MS Sans Serif'
  713.         Font.Style = []
  714.         ParentFont = False
  715.       end
  716.       object Label73: TLabel
  717.         Left = 288
  718.         Top = 78
  719.         Width = 195
  720.         Height = 13
  721.         Caption = 'Strings to determine successful slow walk'
  722.         Font.Color = clWindowText
  723.         Font.Height = -12
  724.         Font.Name = 'MS Sans Serif'
  725.         Font.Style = []
  726.         ParentFont = False
  727.       end
  728.       object MoveChar: TEdit
  729.         Left = 6
  730.         Top = 20
  731.         Width = 25
  732.         Height = 21
  733.         Hint = '|Character to enter to prefix speedwalking paths'
  734.         AutoSize = False
  735.         Font.Color = clWindowText
  736.         Font.Height = -12
  737.         Font.Name = 'Courier'
  738.         Font.Style = []
  739.         MaxLength = 1
  740.         ParentFont = False
  741.         TabOrder = 0
  742.         OnChange = MoveCharChange
  743.       end
  744.       object SlowTimeout: TCheckBox
  745.         Left = 286
  746.         Top = 32
  747.         Width = 121
  748.         Height = 17
  749.         Hint = 
  750.           '|If checked, timeout stops walk, otherwise timeout continues slo' +
  751.           'w walk'
  752.         Alignment = taLeftJustify
  753.         Caption = 'Timeout aborts walk'
  754.         Font.Color = clWindowText
  755.         Font.Height = -12
  756.         Font.Name = 'MS Sans Serif'
  757.         Font.Style = []
  758.         ParentFont = False
  759.         TabOrder = 1
  760.       end
  761.       object SlowTime: TEdit
  762.         Left = 440
  763.         Top = 48
  764.         Width = 57
  765.         Height = 21
  766.         Hint = '|Value of slow walk timer'
  767.         AutoSize = False
  768.         Font.Color = clWindowText
  769.         Font.Height = -12
  770.         Font.Name = 'MS Sans Serif'
  771.         Font.Style = []
  772.         ParentFont = False
  773.         TabOrder = 2
  774.       end
  775.       object SlowList: TStringGrid
  776.         Left = 288
  777.         Top = 96
  778.         Width = 209
  779.         Height = 137
  780.         Hint = '|Strings used to continue slow walk'
  781.         ColCount = 1
  782.         DefaultRowHeight = 17
  783.         FixedCols = 0
  784.         RowCount = 32
  785.         FixedRows = 0
  786.         Font.Color = clWindowText
  787.         Font.Height = -12
  788.         Font.Name = 'MS Sans Serif'
  789.         Font.Style = []
  790.         Options = [goEditing]
  791.         ParentFont = False
  792.         ScrollBars = ssVertical
  793.         TabOrder = 3
  794.         ColWidths = (
  795.           256)
  796.       end
  797.     end
  798.     object TTabPage
  799.       Left = 4
  800.       Top = 24
  801.       Caption = 'Directions'
  802.       object Label9: TLabel
  803.         Left = 8
  804.         Top = 8
  805.         Width = 103
  806.         Height = 13
  807.         Caption = 'Stored Directions:'
  808.         Font.Color = clWindowText
  809.         Font.Height = -12
  810.         Font.Name = 'MS Sans Serif'
  811.         Font.Style = [fsBold]
  812.         ParentFont = False
  813.       end
  814.       object Label10: TLabel
  815.         Left = 8
  816.         Top = 24
  817.         Width = 122
  818.         Height = 13
  819.         Caption = 'Click on a direction to edit'
  820.         Font.Color = clWindowText
  821.         Font.Height = -12
  822.         Font.Name = 'MS Sans Serif'
  823.         Font.Style = []
  824.         ParentFont = False
  825.       end
  826.       object Image2: TImage
  827.         Left = 184
  828.         Top = 8
  829.         Width = 32
  830.         Height = 32
  831.         AutoSize = True
  832.       end
  833.       object Bevel3: TBevel
  834.         Left = 168
  835.         Top = 8
  836.         Width = 9
  837.         Height = 230
  838.         Shape = bsLeftLine
  839.       end
  840.       object Label11: TLabel
  841.         Left = 224
  842.         Top = 16
  843.         Width = 222
  844.         Height = 13
  845.         Caption = 'Directions assign MUD commands to the single'
  846.         Font.Color = clWindowText
  847.         Font.Height = -12
  848.         Font.Name = 'MS Sans Serif'
  849.         Font.Style = []
  850.         ParentFont = False
  851.       end
  852.       object Label12: TLabel
  853.         Left = 224
  854.         Top = 30
  855.         Width = 182
  856.         Height = 13
  857.         Caption = 'character codes used in speedwalking'
  858.         Font.Color = clWindowText
  859.         Font.Height = -12
  860.         Font.Name = 'MS Sans Serif'
  861.         Font.Style = []
  862.         ParentFont = False
  863.       end
  864.       object Label13: TLabel
  865.         Left = 224
  866.         Top = 54
  867.         Width = 214
  868.         Height = 13
  869.         Caption = 'Each direction needs a single character code'
  870.         Font.Color = clWindowText
  871.         Font.Height = -12
  872.         Font.Name = 'MS Sans Serif'
  873.         Font.Style = []
  874.         ParentFont = False
  875.       end
  876.       object Label14: TLabel
  877.         Left = 240
  878.         Top = 68
  879.         Width = 198
  880.         Height = 13
  881.         Caption = 'along with a code for the reverse direction'
  882.         Font.Color = clWindowText
  883.         Font.Height = -12
  884.         Font.Name = 'MS Sans Serif'
  885.         Font.Style = []
  886.         ParentFont = False
  887.       end
  888.       object Label15: TLabel
  889.         Left = 240
  890.         Top = 84
  891.         Width = 215
  892.         Height = 13
  893.         Caption = 'and a list of MUD commands used to activate'
  894.         Font.Color = clWindowText
  895.         Font.Height = -12
  896.         Font.Name = 'MS Sans Serif'
  897.         Font.Style = []
  898.         ParentFont = False
  899.       end
  900.       object Label16: TLabel
  901.         Left = 240
  902.         Top = 98
  903.         Width = 184
  904.         Height = 13
  905.         Caption = 'the direction seperated by a | character'
  906.         Font.Color = clWindowText
  907.         Font.Height = -12
  908.         Font.Name = 'MS Sans Serif'
  909.         Font.Style = []
  910.         ParentFont = False
  911.       end
  912.       object AliasText: TLabel
  913.         Left = 193
  914.         Top = 130
  915.         Width = 72
  916.         Height = 13
  917.         Caption = 'Direction code:'
  918.         Font.Color = clWindowText
  919.         Font.Height = -12
  920.         Font.Name = 'MS Sans Serif'
  921.         Font.Style = []
  922.         ParentFont = False
  923.       end
  924.       object ComText: TLabel
  925.         Left = 193
  926.         Top = 178
  927.         Width = 55
  928.         Height = 13
  929.         Caption = 'Commands:'
  930.         Font.Color = clWindowText
  931.         Font.Height = -12
  932.         Font.Name = 'MS Sans Serif'
  933.         Font.Style = []
  934.         ParentFont = False
  935.       end
  936.       object Label17: TLabel
  937.         Left = 193
  938.         Top = 154
  939.         Width = 70
  940.         Height = 13
  941.         Caption = 'Reverse code:'
  942.         Font.Color = clWindowText
  943.         Font.Height = -12
  944.         Font.Name = 'MS Sans Serif'
  945.         Font.Style = []
  946.         ParentFont = False
  947.       end
  948.       object InhDir: TLabel
  949.         Left = 272
  950.         Top = 224
  951.         Width = 188
  952.         Height = 13
  953.         Caption = 'Inherited from parent settings file'
  954.         Font.Color = clRed
  955.         Font.Height = -12
  956.         Font.Name = 'MS Sans Serif'
  957.         Font.Style = [fsBold]
  958.         ParentFont = False
  959.         Visible = False
  960.       end
  961.       object Label18: TLabel
  962.         Left = 193
  963.         Top = 202
  964.         Width = 67
  965.         Height = 13
  966.         Caption = 'Map direction:'
  967.         Font.Color = clWindowText
  968.         Font.Height = -12
  969.         Font.Name = 'MS Sans Serif'
  970.         Font.Style = []
  971.         ParentFont = False
  972.       end
  973.       object DirList: TListBox
  974.         Left = 8
  975.         Top = 40
  976.         Width = 154
  977.         Height = 169
  978.         Font.Color = clWindowText
  979.         Font.Height = -12
  980.         Font.Name = 'MS Sans Serif'
  981.         Font.Style = []
  982.         ItemHeight = 13
  983.         ParentFont = False
  984.         Sorted = True
  985.         TabOrder = 0
  986.         OnClick = DirListClick
  987.         OnMouseDown = DirListMouseDown
  988.       end
  989.       object NewDirBtn: TBitBtn
  990.         Left = 8
  991.         Top = 214
  992.         Width = 62
  993.         Height = 27
  994.         Hint = '|Create a new direction code'
  995.         Caption = '&New'
  996.         Font.Color = clBtnText
  997.         Font.Height = -12
  998.         Font.Name = 'MS Sans Serif'
  999.         Font.Style = []
  1000.         ParentFont = False
  1001.         TabOrder = 4
  1002.         OnClick = NewDirBtnClick
  1003.         Margin = 2
  1004.         NumGlyphs = 2
  1005.         Spacing = -1
  1006.         IsControl = True
  1007.       end
  1008.       object DirChar: TEdit
  1009.         Left = 272
  1010.         Top = 128
  1011.         Width = 25
  1012.         Height = 21
  1013.         Hint = '|Single character code to assign command to'
  1014.         AutoSize = False
  1015.         Font.Color = clWindowText
  1016.         Font.Height = -12
  1017.         Font.Name = 'MS Sans Serif'
  1018.         Font.Style = []
  1019.         MaxLength = 1
  1020.         ParentFont = False
  1021.         TabOrder = 1
  1022.         OnChange = DirCharChange
  1023.       end
  1024.       object DirStr: TEdit
  1025.         Left = 272
  1026.         Top = 176
  1027.         Width = 169
  1028.         Height = 21
  1029.         Hint = '|Commands separated by bar(|) to assign to direction code'
  1030.         AutoSize = False
  1031.         Font.Color = clWindowText
  1032.         Font.Height = -12
  1033.         Font.Name = 'MS Sans Serif'
  1034.         Font.Style = []
  1035.         ParentFont = False
  1036.         TabOrder = 3
  1037.         OnChange = RevCharChange
  1038.       end
  1039.       object RevChar: TEdit
  1040.         Left = 272
  1041.         Top = 152
  1042.         Width = 25
  1043.         Height = 21
  1044.         Hint = '|Direction code to use when reversing a direction'
  1045.         AutoSize = False
  1046.         Font.Color = clWindowText
  1047.         Font.Height = -12
  1048.         Font.Name = 'MS Sans Serif'
  1049.         Font.Style = []
  1050.         MaxLength = 1
  1051.         ParentFont = False
  1052.         TabOrder = 2
  1053.         OnChange = RevCharChange
  1054.       end
  1055.       object CopyDirBtn: TBitBtn
  1056.         Left = 72
  1057.         Top = 214
  1058.         Width = 62
  1059.         Height = 27
  1060.         Hint = '|Make a copy of the currently selected direction code'
  1061.         Caption = '&Copy'
  1062.         Font.Color = clBtnText
  1063.         Font.Height = -12
  1064.         Font.Name = 'MS Sans Serif'
  1065.         Font.Style = []
  1066.         ParentFont = False
  1067.         TabOrder = 5
  1068.         OnClick = CopyDirBtnClick
  1069.         Glyph.Data = {
  1070.           56070000424D5607000000000000360400002800000028000000140000000100
  1071.           0800000000002003000000000000000000000000000000000000000000000000
  1072.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1073.           A600000000000000000000000000000000000000000000000000000000000000
  1074.           0000000000000000000000000000000000000000000000000000000000000000
  1075.           0000000000000000000000000000000000000000000000000000000000000000
  1076.           0000000000000000000000000000000000000000000000000000000000000000
  1077.           0000000000000000000000000000000000000000000000000000000000000000
  1078.           0000000000000000000000000000000000000000000000000000000000000000
  1079.           0000000000000000000000000000000000000000000000000000000000000000
  1080.           0000000000000000000000000000000000000000000000000000000000000000
  1081.           0000000000000000000000000000000000000000000000000000000000000000
  1082.           0000000000000000000000000000000000000000000000000000000000000000
  1083.           0000000000000000000000000000000000000000000000000000000000000000
  1084.           0000000000000000000000000000000000000000000000000000000000000000
  1085.           0000000000000000000000000000000000000000000000000000000000000000
  1086.           0000000000000000000000000000000000000000000000000000000000000000
  1087.           0000000000000000000000000000000000000000000000000000000000000000
  1088.           0000000000000000000000000000000000000000000000000000000000000000
  1089.           0000000000000000000000000000000000000000000000000000000000000000
  1090.           0000000000000000000000000000000000000000000000000000000000000000
  1091.           0000000000000000000000000000000000000000000000000000000000000000
  1092.           0000000000000000000000000000000000000000000000000000000000000000
  1093.           0000000000000000000000000000000000000000000000000000000000000000
  1094.           0000000000000000000000000000000000000000000000000000000000000000
  1095.           0000000000000000000000000000000000000000000000000000000000000000
  1096.           0000000000000000000000000000000000000000000000000000000000000000
  1097.           0000000000000000000000000000000000000000000000000000000000000000
  1098.           0000000000000000000000000000000000000000000000000000000000000000
  1099.           0000000000000000000000000000000000000000000000000000000000000000
  1100.           0000000000000000000000000000000000000000000000000000000000000000
  1101.           0000000000000000000000000000000000000000000000000000000000000000
  1102.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1103.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1104.           03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  1105.           0303030303030303030000000000000000000003030303030303030303F8F8F8
  1106.           F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  1107.           0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  1108.           FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  1109.           0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  1110.           03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  1111.           FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  1112.           F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  1113.           FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  1114.           FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  1115.           0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  1116.           0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  1117.           F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  1118.           0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  1119.           FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  1120.           0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  1121.           03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  1122.           F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  1123.           0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  1124.           FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  1125.           030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  1126.           0303030303030303030303030303030303030303030303030303030303030303
  1127.           0303030303030303030303030303030303030303030303030303030303030303
  1128.           0303030303030303030303030303030303030303030303030303}
  1129.         Margin = 2
  1130.         NumGlyphs = 2
  1131.         Spacing = -1
  1132.         IsControl = True
  1133.       end
  1134.       object DelDirBtn: TBitBtn
  1135.         Left = 136
  1136.         Top = 214
  1137.         Width = 27
  1138.         Height = 27
  1139.         Hint = 'Delete direction code'
  1140.         TabOrder = 6
  1141.         OnClick = DelDirBtnClick
  1142.         NumGlyphs = 2
  1143.         Spacing = -1
  1144.         IsControl = True
  1145.       end
  1146.       object MapDir: TComboBox
  1147.         Left = 272
  1148.         Top = 200
  1149.         Width = 169
  1150.         Height = 21
  1151.         Hint = 
  1152.           '|Physical direction to move in the automapper (None for no direc' +
  1153.           'tion)'
  1154.         DropDownCount = 11
  1155.         Font.Color = clWindowText
  1156.         Font.Height = -12
  1157.         Font.Name = 'MS Sans Serif'
  1158.         Font.Style = []
  1159.         ItemHeight = 13
  1160.         Items.Strings = (
  1161.           'North'
  1162.           'Northeast'
  1163.           'East'
  1164.           'Southeast'
  1165.           'South'
  1166.           'Southwest'
  1167.           'West'
  1168.           'Northwest'
  1169.           'Up'
  1170.           'Down'
  1171.           'None')
  1172.         ParentFont = False
  1173.         TabOrder = 7
  1174.       end
  1175.     end
  1176.   end
  1177.   object Panel1: TPanel
  1178.     Left = 0
  1179.     Top = 0
  1180.     Width = 564
  1181.     Height = 22
  1182.     Align = alTop
  1183.     BevelOuter = bvNone
  1184.     Caption = 'Panel1'
  1185.     TabOrder = 1
  1186.     object Panel2: TPanel
  1187.       Left = 0
  1188.       Top = 0
  1189.       Width = 46
  1190.       Height = 22
  1191.       Align = alLeft
  1192.       BevelOuter = bvNone
  1193.       TabOrder = 0
  1194.       object TopBtn: TSpeedButton
  1195.         Left = 0
  1196.         Top = 0
  1197.         Width = 22
  1198.         Height = 22
  1199.         Hint = 'Keep on top|Forces this dialog to display on top of others'
  1200.         AllowAllUp = True
  1201.         GroupIndex = 1
  1202.         NumGlyphs = 2
  1203.         OnClick = TopBtnClick
  1204.       end
  1205.       object LoadBtn: TSpeedButton
  1206.         Left = 22
  1207.         Top = 0
  1208.         Width = 22
  1209.         Height = 22
  1210.         Hint = 'Update for active MUD|Loads paths for current character window'
  1211.         NumGlyphs = 2
  1212.         OnClick = LoadBtnClick
  1213.       end
  1214.     end
  1215.     object Panel3: TPanel
  1216.       Left = 46
  1217.       Top = 0
  1218.       Width = 518
  1219.       Height = 22
  1220.       Align = alClient
  1221.       BevelOuter = bvLowered
  1222.       TabOrder = 1
  1223.       object BtnPanel5: TBtnPanel
  1224.         Left = 1
  1225.         Top = 1
  1226.         Width = 64
  1227.         Height = 20
  1228.         BorderColor = clHighlight
  1229.         Align = alLeft
  1230.         BorderWidth = 1
  1231.         Caption = 'Aliases'
  1232.         Font.Color = clBtnText
  1233.         Font.Height = -11
  1234.         Font.Name = 'MS Sans Serif'
  1235.         Font.Style = []
  1236.         ParentFont = False
  1237.         TabOrder = 0
  1238.         OnClick = AliasBtnClick
  1239.       end
  1240.       object VarBtn: TBtnPanel
  1241.         Left = 65
  1242.         Top = 1
  1243.         Width = 64
  1244.         Height = 20
  1245.         BorderColor = clHighlight
  1246.         Align = alLeft
  1247.         BorderWidth = 1
  1248.         Caption = 'Variables'
  1249.         Font.Color = clBtnText
  1250.         Font.Height = -11
  1251.         Font.Name = 'MS Sans Serif'
  1252.         Font.Style = []
  1253.         ParentFont = False
  1254.         TabOrder = 1
  1255.         OnClick = VarBtnClick
  1256.       end
  1257.       object MacroBtn: TBtnPanel
  1258.         Left = 129
  1259.         Top = 1
  1260.         Width = 64
  1261.         Height = 20
  1262.         BorderColor = clHighlight
  1263.         Align = alLeft
  1264.         BorderWidth = 1
  1265.         Caption = 'Macros'
  1266.         Font.Color = clBtnText
  1267.         Font.Height = -11
  1268.         Font.Name = 'MS Sans Serif'
  1269.         Font.Style = []
  1270.         ParentFont = False
  1271.         TabOrder = 2
  1272.         OnClick = MacroBtnClick
  1273.       end
  1274.       object ButBtn: TBtnPanel
  1275.         Left = 193
  1276.         Top = 1
  1277.         Width = 64
  1278.         Height = 20
  1279.         BorderColor = clHighlight
  1280.         Align = alLeft
  1281.         BorderWidth = 1
  1282.         Caption = 'Buttons'
  1283.         Font.Color = clBtnText
  1284.         Font.Height = -11
  1285.         Font.Name = 'MS Sans Serif'
  1286.         Font.Style = []
  1287.         ParentFont = False
  1288.         TabOrder = 3
  1289.         OnClick = ButBtnClick
  1290.       end
  1291.       object TrigBtn: TBtnPanel
  1292.         Left = 257
  1293.         Top = 1
  1294.         Width = 64
  1295.         Height = 20
  1296.         BorderColor = clHighlight
  1297.         Align = alLeft
  1298.         BorderWidth = 1
  1299.         Caption = 'Triggers'
  1300.         Font.Color = clBtnText
  1301.         Font.Height = -11
  1302.         Font.Name = 'MS Sans Serif'
  1303.         Font.Style = []
  1304.         ParentFont = False
  1305.         TabOrder = 4
  1306.         OnClick = TrigBtnClick
  1307.       end
  1308.       object WalkBtn: TBtnPanel
  1309.         Left = 321
  1310.         Top = 1
  1311.         Width = 88
  1312.         Height = 20
  1313.         BorderColor = clHighlight
  1314.         Align = alLeft
  1315.         BorderWidth = 1
  1316.         Caption = 'Speedwalking'
  1317.         Font.Color = clBtnText
  1318.         Font.Height = -11
  1319.         Font.Name = 'MS Sans Serif'
  1320.         Font.Style = []
  1321.         ParentFont = False
  1322.         TabOrder = 5
  1323.         OnClick = WalkBtnClick
  1324.       end
  1325.     end
  1326.   end
  1327.   object OKBtn: TBitBtn
  1328.     Left = 320
  1329.     Top = 300
  1330.     Width = 77
  1331.     Height = 27
  1332.     Font.Color = clBtnText
  1333.     Font.Height = -12
  1334.     Font.Name = 'MS Sans Serif'
  1335.     Font.Style = []
  1336.     ParentFont = False
  1337.     TabOrder = 2
  1338.     OnClick = OKBtnClick
  1339.     Kind = bkOK
  1340.     Margin = 4
  1341.     Spacing = -1
  1342.     IsControl = True
  1343.   end
  1344.   object CancelBtn: TBitBtn
  1345.     Left = 402
  1346.     Top = 300
  1347.     Width = 77
  1348.     Height = 27
  1349.     Font.Color = clBtnText
  1350.     Font.Height = -12
  1351.     Font.Name = 'MS Sans Serif'
  1352.     Font.Style = []
  1353.     ParentFont = False
  1354.     TabOrder = 3
  1355.     OnClick = CancelBtnClick
  1356.     Kind = bkCancel
  1357.     Margin = 4
  1358.     Spacing = -1
  1359.     IsControl = True
  1360.   end
  1361.   object HelpBtn: TBitBtn
  1362.     Left = 484
  1363.     Top = 300
  1364.     Width = 77
  1365.     Height = 27
  1366.     HelpContext = 130
  1367.     Font.Color = clBtnText
  1368.     Font.Height = -12
  1369.     Font.Name = 'MS Sans Serif'
  1370.     Font.Style = []
  1371.     ParentFont = False
  1372.     TabOrder = 4
  1373.     OnClick = ReverseBtnClick
  1374.     Kind = bkHelp
  1375.     Margin = 4
  1376.     Spacing = -1
  1377.     IsControl = True
  1378.   end
  1379.   object HelpPanel: TPanel
  1380.     Left = 0
  1381.     Top = 333
  1382.     Width = 564
  1383.     Height = 20
  1384.     Align = alBottom
  1385.     Alignment = taLeftJustify
  1386.     BevelOuter = bvLowered
  1387.     Font.Color = clWindowText
  1388.     Font.Height = -11
  1389.     Font.Name = 'MS Sans Serif'
  1390.     Font.Style = []
  1391.     ParentFont = False
  1392.     TabOrder = 5
  1393.   end
  1394.   object PopupMenu1: TPopupMenu
  1395.     Left = 8
  1396.     Top = 304
  1397.     object FastWalk1: TMenuItem
  1398.       Caption = 'Fast Walk'
  1399.       ShortCut = 0
  1400.       OnClick = PathListDblClick
  1401.     end
  1402.     object Reverse1: TMenuItem
  1403.       Caption = 'Reverse'
  1404.       ShortCut = 0
  1405.       OnClick = ReverseBtnClick
  1406.     end
  1407.     object SlowWalk1: TMenuItem
  1408.       Caption = 'Slow Walk'
  1409.       ShortCut = 0
  1410.       OnClick = SlowBtnClick
  1411.     end
  1412.     object N1: TMenuItem
  1413.       Caption = '-'
  1414.       ShortCut = 0
  1415.     end
  1416.     object New1: TMenuItem
  1417.       Caption = 'New'
  1418.       ShortCut = 0
  1419.       OnClick = NewBtnClick
  1420.     end
  1421.     object Copy1: TMenuItem
  1422.       Caption = 'Copy'
  1423.       ShortCut = 0
  1424.       OnClick = CopyBtnClick
  1425.     end
  1426.     object Delete1: TMenuItem
  1427.       Caption = 'Delete'
  1428.       ShortCut = 0
  1429.       OnClick = DelBtnClick
  1430.     end
  1431.   end
  1432.   object PopupMenu2: TPopupMenu
  1433.     Left = 40
  1434.     Top = 304
  1435.     object MenuItem3: TMenuItem
  1436.       Caption = 'New'
  1437.       ShortCut = 0
  1438.       OnClick = NewDirBtnClick
  1439.     end
  1440.     object MenuItem4: TMenuItem
  1441.       Caption = 'Copy'
  1442.       ShortCut = 0
  1443.       OnClick = CopyDirBtnClick
  1444.     end
  1445.     object MenuItem5: TMenuItem
  1446.       Caption = 'Delete'
  1447.       ShortCut = 0
  1448.       OnClick = DelDirBtnClick
  1449.     end
  1450.   end
  1451. end
  1452.